<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
header {
  height: 96px;
  line-height: 96px;
  background-color: #fff !important;
}

nav {
  transition: all 0.25s;
}

nav ul {
  display: flex;
  justify-content: space-between;
}

nav ul li {
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  color: #1d1d1d;
  position: relative;
  height: 96px;
}

/* nav ul li::after {
  content: "";
  position: absolute;
  top: 96px;
  display: block;
  margin-top: -3px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #00a2f7;
  transition: all 0.5s ease-out;
}

nav ul li:hover::after, nav ul li.active::after {
  left: 0;
  width: 100%;
} */

nav ul li &gt; a {
  display: block;
  transition: all 0.25s;
  white-space: nowrap;
}
nav ul li:hover &gt; a {
  color: #009ef7;
}

nav li dl {
  display: none;
  position: absolute;
  right: -30px;
  width: 160px;
  z-index: 2;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  transition: all 0.5s ease-out;
  border-top: 1px solid #eee;
}
/* nav li dl::before {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0;
    top: -7px;
    border-bottom-color: #e4eaec;
    right: 10px;
    left: auto;
}
nav li dl::after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0;
    top: -6px;
    border-bottom-color: #fff;
    right: 10px;
    left: auto;
} */

nav li &gt; a {
  margin: 0 10px;
}

nav li dd a {
  line-height: 40px;
}

nav li:hover dl {
  display: block;
}
nav li dd {
  /* padding-left: 20px; */
  transition: all 0.25s;
}
nav li dd:hover {
  background-color: #f5f5f5;
}
nav li dd a {
  transition: all 0.25s;
}
nav li dd:hover a {
  color: #009ef7;
}

header .navIcon2,
header .navIcon1 {
  display: none;
}

.search {
  float: right;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}

.search img {
  cursor: pointer;
}

.search .search-form {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -50%;
  right: 0;
  transition: all 0.5s ease-out;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  min-width: 226px;
}

.search .active {
  opacity: 1;
  visibility: visible;
  bottom: -40%;
}

.search .search-input {
  width: 180px;
  height: 32px;
  line-height: 32px;
  float: left;
  color: #333 !important;
  border: 1px solid #ccc;
  background-color: #fff;
  padding-left: 10px;
}

.search .search-submit {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 2px;
  border: 0;
  outline: 0;
  margin-right: 6px;
  background: none;
}

.link{ background: #ededed;}

.link li{float:left;margin-right:25px}

.link li.t{font-weight:bold;color:#019ef4;font-size: 18px; line-height: 80px;}

.link li a{font-size: 16px;line-height: 80px;}

footer {
  user-select: none;
  box-sizing: border-box;
  padding-top: 48px;
  /* height: 524px; */
  background: url(../img/footerBgi.jpg) no-repeat top/cover;
}

footer .address_container {
  clear: both;
  margin-bottom: 46px;
  display: flex;
}

footer .QR_phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .QR_phone img {
  width: 108px;
  height: 108px;
}

footer .QR_phone &gt; div {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

footer .QR_phone &gt; div &gt; div {
  display: flex;
  justify-content: right;
}

footer .QR_phone span {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
}

footer .QR_phone i {
  font-size: 48px;
  font-weight: bold;
}

footer .footer_nav .navChild {
  margin-top: 10px;
}

footer .footer_nav .navChild li a {
  display: inline-block;
  line-height: 36px;
  color: #cdcdcd;
  transition: all 0.25s;
}

footer .footer_nav .title {
  display: block;
  position: relative;
  font-size: 20px;
  color: #cdcdcd;
  line-height: 60px;
}

footer .footer_nav .title::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #cdcdcd;
}

footer .footer_nav .navChild li a:hover {
  color: #019ef4;
  transform: translateX(2px);
}

footer .footerLogo {
  float: left;
}

footer .address {
  user-select: text;
  box-sizing: border-box;
  margin-left: 24px;
  float: left;
  /* height: 69px; */
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  text-align: center;
  padding: 12px 34px;
}

footer .address span {
  color: #cdcdcd;
  font-size: 14px;
}

footer .footer-bottom {
  /* position: absolute; */
  width: 100%;
  /* bottom: 0;
  left: 50%; */
  /* transform: translateX(-50%); */
  margin-top: 46px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  color: #9b9b9b;
  border-top: 1px solid #9b9b9b;
}

footer .footer-bottom a{color:#9b9b9b}

/* 首页 */
main .topBanner {
  position: relative;
}

main .topBanner .tempWrap {
  width: 100% !important;
}

main .topBanner .hd {
  z-index: 2;
  position: absolute;
  /* bottom: 49px; */
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
}

main .topBanner .hd li {
  cursor: pointer;
  width: 13px;
  height: 13px;
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
}

main .topBanner .hd li.on {
  background-color: #00a1f8;
}

main .topBanner .bd li {
  box-sizing: unset;
}

main .topBanner .bd li img {
  width: 100%;
}

main .tqtz {
  /* height: 95px; */
  background-color: #fff;
  overflow: hidden;
}

main .tqtz-title {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 20px 24px;
  background-color: #10a4f8;
  color: #fff;
  width: 92px;
  height: 95px;
  font-size: 20px;
  float: left;
}

main .tqtz-title-more {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 95px;
  color: #fff;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.25s ease-in-out;
}

main .tqtz-title:hover .tqtz-title-more {
  transform: translateY(100%);
}

main .tqtz-slide {
  width: calc(100% - 92px - 24px - 521px - 50px);
  float: left;
  height: 95px;
  margin-left: 24px;
  overflow: hidden;
}

main .tqtz-slide .bd {
  width: 100%;
  height: 100%;
}

main .tqtz-slide .bd .tempWrap {
  width: 100% !important;
  height: 100%;
}

main .tqtz-slide-list ul {
  overflow: hidden;
}
main .tqtz-slide .bd li {
  position: relative;
  /* box-sizing: border-box; */
  float: left;
  padding-left: 36px;
  height: 95px;
  width: calc(50% - 36px);
  line-height: 95px;
}

main .tqtz-slide .bd li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #009ef7;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

main .tqtz-slide .bd a {
  font-size: 18px;
  transition: all 0.2s ease-out;
}

main .tqtz-slide .bd a:hover {
  color: #009ef7;
}

main .tqtz .more {
  float: left;
  line-height: 95px;
}

main .tqtz .more a {
  color: #009ef7;
  font-size: 16px;
}

main .tqtz .tel {
  display: block;
  float: right;
}

/* main .news {
  box-sizing: border-box;
  padding-top: 51px;
  overflow: hidden;
  max-width: unset !important;
  padding-left: 20px;
} */

main .news {
  padding-top: 30px;
}

main .news .news-con {
  height: 563px;
  overflow: hidden;
}

main .news-left {
  position: relative;
  float: left;
  width: calc(36.25% - 10px);
  /* width: 700px; */
  background-color: #fff;
  height: 100%;
}

main .news-left-slide .tempWrap {
  width: 100% !important;
}

main .news-left-slide .hd {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

main .news-left-slide .hd li {
  cursor: pointer;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #dadada;
}

main .news-left-slide .hd li.on {
  background-color: #25adeb;
}

main .news-left-slide .bd li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 563px;
}

main .news-left-slide .bd li a{
  display: block;
}

main .news-left-slide img {
  width: 100%;
  max-height: 450px;
  /* height: 390px; */
  /* height: 420px; */
}

main .news-left-slide .news-des {
  box-sizing: border-box;
  width: 100%;
  padding: 26px 30px 0;
  height: 100px;
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
}

main .news-left-slide .news-des .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #393939;
  font-size: 20px;
  margin-bottom: 20px;
  transition: all 0.25s;
}

main .news-left-slide .news-des .title:hover {
  color: #009ef7;
}

main .news-left-slide .news-des .des {
  display: none;
  height: 56px;
  overflow: hidden;
  color: #7b7b7b;
  font-size: 16px;
  line-height: 28px;
}

main .news-right {
  float: right;
  width: calc(63.75% - 10px);
  /* width: calc(100% - 720px); */
  background-color: #fff;
  height: 100%;
}

main .news-right-slide .tempWrap {
  width: 996px;
}

main .news-right-slide .hd {
  height: 75px;
  border-bottom: 1px solid #f3f3f3;
}

main .news-right-slide .hd li {
  position: relative;
  margin-left: 42px;
  line-height: 75px;
  float: left;
  color: #505151;
  font-size: 24px;
  font-weight: bold;
}

main .news-right-slide .hd li.on a {
  color: #009ef7;
}

main .news-right-slide .hd li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 0;
  left: 50%;
  height: 2px;
  background-color: #009ef7;
  transition: all 0.25s;
}

main .news-right-slide .hd li.on::before {
  width: 100%;
  left: 0;
}

main .news-right-slide .bd .fst-news {
  display: block;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  /* line-height: 112px; */
  padding: 40px 0;
  color: #000152;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

main .news-right-slide .bd ul {
  padding: 0 42px;
}

main .news-right-slide .bd li {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 36px;
  height: 80px;
}

main .news-right-slide .bd li:nth-child(2n + 1) {
  padding-right: 20px;
}

main .news-right-slide .bd li:nth-child(2n) {
  padding-left: 20px;
}

main .news-right-slide .time {
  box-sizing: border-box;
  height: 80px;
  padding-right: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  float: left;
  border-right: 1px solid #ededed;
}

main .news-right-slide .con {
  height: 100%;
  width: calc(100% - 101.5px);
  float: left;
  box-sizing: border-box;
  padding-left: 36px;
}

main .news-right-slide .day {
  display: block;
  font-size: 40px;
  color: #545454;
}

main .news-right-slide .year-month {
  display: block;
  font-size: 14px;
  color: #b5b5b5;
}

main .news-right-slide .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  transition: all 0.25s;
}

main .news-right-slide .title:hover {
  color: #009ef7;
}

main .news-right-slide p {
  font-size: 14px;
  color: #535353;
  line-height: 24px;
}

main .zt-slide {
  height: 93px;
  margin-top: 33px;
  margin-bottom: 33px;
  position: relative;
}

main .zt-slide .bd li {
  width: 380px;
  float: left;
  margin-right: 26.66px;
  position: relative;
}

main .zt-slide .bd li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  /* visibility: visible;
  opacity: 1;
  transition: all 0.25s ease-out; */
}

main .zt-slide .bd li:hover::after {
  /* background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0; */
  display: none;
}

main .zt-slide .tempWrap {
  width: 100%;
}

main .zt-slide .prev,
main .zt-slide .next {
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009ef7;
}

main .zt-slide .next {
  left: auto;
  right: -60px;
  
}

main .zt-slide .prev a,
main .zt-slide .next a{
  display: block;
  width: 32px;
  height: 40px;
  background: url(../img/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: all 0.25s;
}

main .zt-slide .next a{
  background-position: 8px 5px;
}

main .zt-slide .prev:hover a,
main .zt-slide .next:hover a{
  filter: alpha(opacity=100);
  opacity: 1;
}

main .wsyyt {
  user-select: none;
  position: relative;
  background: url(../img/wsyytBgi.jpg) no-repeat top;
  height: 650px;
  padding-top: 104px;
  box-sizing: border-box;
}

main .wsyyt .title {
  display: block;
  /* cursor: default; */
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

main .wsyyt .title::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

main .wsyyt .more {
  /* user-select: none; */
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  bottom: 139px;
  display: block;
  width: 304px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  height: 52px;
  background-color: #019ef4;
  border: 1px solid #53b8f0;
  color: #fff;
  /* box-shadow: -2px 2px 4px inset rgba(255, 255, 255, 0.6), 2px -2px 4px inset rgba(0, 0, 0, 0.2); */
  border-radius: 4px;
}

main .wsyyt .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-out;
}

main .wsyyt .more:hover::before {
  transform: translateX(100%);
}

main .wsyyt .sixcon {
  margin-top: 84px;
}

main .wsyyt ul {
  display: flex;
  justify-content: space-between;
}

main .wsyyt li {
  /* width: 226px; */
  width: 11.7vw;
  height: 164px;
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: 2px 2px 2px 2px rgba(255, 255, 255, 0.6); */
  transition: all 0.25s;
}

main .wsyyt li a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

main .wsyyt li span {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  transition: all 0.25s;
}

main .wsyyt li.active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

main .wsyyt li:hover span {
  color: #009ef7;
}

main .wsyyt li img {
  transition: all 0.25s;
}

main .wsyyt li:hover img {
  transform: rotateY(180deg);
}

main .qyjs {
  overflow: hidden;
  box-sizing: border-box;
  padding: 78px 0;
  /* height: 636px; */
  background-color: #fff;
}

main .qyjs &gt; div &gt; div {
  float: left;
  overflow: hidden;
}
main .qyjs &gt; div &gt; div img{
  transition: all 2s;
}
main .qyjs &gt; div &gt; div img:hover{
  scale: 1.1;
}

main .qyjs .right {
  margin-top: 16px;
  width: calc(100% - 633px - 76px);
  margin-left: 76px;
}

main .qyjs .title {
  display: block;
  height: 41px;
  line-height: 41px;
}

main .qyjs .title span {
  padding-left: 15px;
  display: inline-block;
  margin-right: 24px;
}

main .qyjs .title .cn {
  position: relative;
  font-size: 30px;
  color: #019ef4;
  font-weight: bold;
}

main .qyjs .title .en {
  font-size: 22px;
  color: #4a4a4a;
  /* font-weight: bold; */
}

main .qyjs .title .cn::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 41px;
  background-color: #019ef4;
  left: 0;
}

main .qyjs .des {
  padding-right: 18px;
  margin-top: 36px;
  line-height: 32px;
  color: #3e3e3e;
  font-size: 16px;
}

main .qyjs .time {
  margin: 62px 0 78px;
  display: flex;
  justify-content: left;
}

main .qyjs .time div {
  margin-right: 72px;
}

main .qyjs .time span {
  display: block;
}

main .qyjs .time .top {
  color: #777777;
  font-size: 14px;
}

main .qyjs .time .bottom {
  color: #777777;
  font-size: 20px;
}

main .qyjs .time .bottom i {
  color: #019ef4;
  font-size: 40px;
  font-weight: bold;
}

main .qyjs .right .more {
  display: block;
  width: 158px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #019ef4;
  color: #019ef4;
  transition: all 0.25s;
}

main .qyjs .right .more:hover {
  color: #fff;
  background: #019ef4;
}

main .khfw {
  box-sizing: border-box;
  padding: 98px 0;
  /* height: 595px; */
  overflow: hidden;
}

main .khfw .left-con {
  float: left;
  width: 50%;
  margin-top: 48px;
  box-sizing: border-box;
  padding: 0 26px 0 8px;
}

main .khfw .left-con .title {
  display: block;
  height: 41px;
  line-height: 41px;
}

main .khfw .left-con .title span {
  padding-left: 15px;
  display: inline-block;
  margin-right: 24px;
}

main .khfw .left-con .title .cn {
  position: relative;
  font-size: 30px;
  color: #019ef4;
  font-weight: bold;
}

main .khfw .left-con .title .en {
  font-size: 22px;
  color: #4a4a4a;
}

main .khfw .left-con .title .cn::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 41px;
  background-color: #019ef4;
  left: 0;
}

main .khfw .left-con .des {
  padding-right: 18px;
  margin-top: 36px;
  line-height: 32px;
  color: #3e3e3e;
  font-size: 16px;
}

main .khfw .left-con .con {
  margin-top: 44px;
}

main .khfw .left-con .con li {
  display: inline-block;
  width: 138px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #019ef4;
  color: #019ef4;
  margin-right: 11px;
  transition: all 0.25s;
}

main .khfw .left-con .con li a {
  display: block;
  width: 100%;
  height: 100%;
}

main .khfw .left-con .con li:hover {
  background-color: #019ef4;
}

main .khfw .left-con .con li i,
main .khfw .left-con .con li span {
  transition: all 0.25s;
}

main .khfw .left-con .con li:hover i,
main .khfw .left-con .con li:hover a {
  color: #fff;
}

main .khfw .left-con .con a {
  color: #019ef4;
}

main .khfw .left-con .con li i {
  margin-right: 24px;
}

main .khfw .right-slide {
  float: left;
  width: 50%;
  /* width: 100px; */
  overflow: hidden;
}

main .khfw .right-slide img {
  width: 598px;
  height: 399px;
}

main .khfw .right-slide .swiper-slide {
  transition: 300ms;
  text-align: center;
  transform: scale(0.8);
}

main .khfw .right-slide .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
main .khfw .right-slide .swiper-slide-active img{
  transition: all 0.5s;
}
main .khfw .right-slide .swiper-slide-active img:hover{
  scale: 1.02;
}

/* 内页 */
.ny_top {
  box-sizing: border-box;
  padding-top: 84px;
  height: 410px;
  position: relative;
}
.ny_top .title_CN {
  display: block;
  text-align: center;
  font-size: 42px;
  position: relative;
  color: #fff;
}
.ny_top .title_CN::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #00b9ef;
  width: 48px;
  height: 4px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.ny_top .title_EN {
  display: block;
  margin-top: 56px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.ny_top .ny_nav {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 77px;
  line-height: 77px;
  border-radius: 40px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
.ny_top .ny_nav .ny_nav_ul {
  display: flex;
}
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  border-right: 1px solid #e9e9e9;
  transition: all 0.25s ease-out;
  color: #1d1d1d;
  /* background-color: #019ef4; */
}
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li a {
  display: block;
  box-sizing: border-box;
  transition: all 0.25s ease-out;
  color: #1d1d1d;
  background-color: #fff;
}
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li:hover,
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li.on {
  color: #fff;
  background-color: #019ef4;
}
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li:hover a,
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li.on a {
  background-color: #019ef4;
  color: #fff;
}
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li:first-child,
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li:first-child a {
  border-radius: 40px 0 0 40px;
}
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li:last-child,
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li:last-child a {
  border-radius: 0 40px 40px 0;
}
.ny_top .ny_nav .ny_nav_ul .ny_nav_ul_li:last-child {
  border-right: 0px;
}

.ny_con .ny_block_title {
  font-size: 40px;
  text-align: center;
}

/* 关于我们 */
.aboutUs_top {
  background: url(../img/aboutUs_top.jpg) no-repeat top/cover;
}
.aboutUs_top .ny_nav_ul_li {
  width: calc(100% / 6);
}

.aboutUs_con .aboutUs_gdjj {
  padding-top: 116px;
  padding-bottom: 100px;
  background-color: #fff;
}
.aboutUs_con .aboutUs_gdjj .gdjj_title {
  margin-bottom: 48px;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con {
  overflow: hidden;
  /* height: 519px; */
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part {
  position: relative;
  float: left;
  /* height: 100%; */
  width: calc(50% - 20px);
  margin: 10px;
  /* &amp;::before{
      content: "";
      width: 74px;
      height: 74px;
      background-color: #019ef4;
      position: absolute;
      left: 0px;
      top: 0px;
  }
  &amp;::after{
      content: "";
      width: 74px;
      height: 74px;
      background-color: #019ef4;
      position: absolute;
      right: 0px;
      bottom: 0px;
  } */
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .top_left {
  z-index: 1;
  position: absolute;
  width: 74px;
  height: 74px;
  background-color: #009ef7;
  top: -10px;
  left: -10px;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .top_left::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  background-color: #f2f2f2;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .bottom_right {
  z-index: 1;
  position: absolute;
  width: 74px;
  height: 74px;
  background-color: #009ef7;
  right: -10px;
  bottom: -10px;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .bottom_right::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-color: #f2f2f2;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .gdjj_des {
  z-index: 2;
  box-sizing: border-box;
  position: relative;
  padding: 50px 42px;
  z-index: 2;
  /* left: 50%;
  top: 50%; */
  /* transform: translate(-50%,-50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px); */
  background-color: #f2f2f2;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .gdjj_des .title {
  color: #052b5d;
  font-size: 24px;
  font-weight: bold;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .gdjj_des .des {
  margin-top: 26px;
  color: #484848;
  font-size: 18px;
  line-height: 30px;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .gdjj_des .more {
  display: block;
  margin-top: 26px;
  color: #34537b;
  font-size: 18px;
  width: 183px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  border-radius: 48px;
  border: 1px solid #a1afc2;
  transition: all 0.25s;
}
.aboutUs_con .aboutUs_gdjj .gdjj_con .gdjj_con_part .gdjj_des .more:hover {
  background-color: #009ef7;
  color: #eee;
}
.aboutUs_con .aboutUs_gsjs {
  box-sizing: border-box;
  /* height: 762px; */
  padding-top: 96px;
  padding-bottom: 145px;
  background: url(../img/gsjsBgi.jpg) no-repeat top;
  background-size: cover;
}
.aboutUs_con .aboutUs_gsjs .gsjs_title {
  color: #fff;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .desContainer {
  margin-top: 70px;
  box-sizing: border-box;
  padding: 50px 66px 108px;
  /* height: 230px; */
  background-color: rgba(0, 0, 0, 0.2);
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .desContainer .des {
  font-size: 20px;
  line-height: 36px;
  color: #eee;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .desContainer .more {
  display: block;
  float: right;
  color: #009ef7;
  font-size: 16px;
  margin-top: 42px;
  transition: all 0.25s;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .desContainer .more:hover {
  color: #eee;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .num {
  margin-top: 74px;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .num .itemCon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .num .itemCon .item {
  display: flex;
  align-items: center;
  width: 280px;
  height: 91px;
  border-radius: 90px;
  border: 2px solid #fff;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .num .itemCon .item .leftIcon {
  width: 54px;
  height: 54px;
  display: inline-block;
  margin-left: 32px;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .num .itemCon .item .rightDes {
  margin-left: 10px;
  display: inline-block;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .num .itemCon .item .rightDes .des {
  font-size: 16px;
  color: #fff;
}
.aboutUs_con .aboutUs_gsjs .gsjs_con .num .itemCon .item .rightDes .num_con {
  font-size: 16px;
  color: #fff;
}
.aboutUs_con
  .aboutUs_gsjs
  .gsjs_con
  .num
  .itemCon
  .item
  .rightDes
  .num_con
  .num_i {
  font-size: 36px;
  color: #00b9ef;
  vertical-align: sub;
}
.aboutUs_con .aboutUs_gssm {
  box-sizing: border-box;
  padding-top: 78px;
  padding-bottom: 94px;
  /* height: 528px; */
}
.aboutUs_con .aboutUs_gssm .gssm_con {
  margin-top: 78px;
  /* height: 224px; */
}
.aboutUs_con .aboutUs_gssm .gssm_con ul {
  display: flex;
}
.aboutUs_con .aboutUs_gssm .gssm_con li {
  box-sizing: border-box;
  padding: 60px 0 82px 70px;
  width: 28.75%;
  transition: all 0.25s ease-in-out;
}
.aboutUs_con .aboutUs_gssm .gssm_con li.left {
  background-color: #00b9ef;
}
.aboutUs_con .aboutUs_gssm .gssm_con li.right {
  background-color: #052b5d;
}
.aboutUs_con .aboutUs_gssm .gssm_con li .til_CN,
.aboutUs_con .aboutUs_gssm .gssm_con li .til_EN {
  display: block;
  margin-right: 42px;
  line-height: 44px;
  font-size: 30px;
  color: #fff;
}
.aboutUs_con .aboutUs_gssm .gssm_con li.on .til_CN,
.aboutUs_con .aboutUs_gssm .gssm_con li.on .til_EN {
  display: inline-block;
  margin-right: 42px;
  font-size: 30px;
  color: #fff;
}
.aboutUs_con .aboutUs_gssm .gssm_con li .des {
  display: none;
  margin-top: 42px;
}
.aboutUs_con .aboutUs_gssm .gssm_con li .des span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  /* text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
}
.aboutUs_con .aboutUs_gssm .gssm_con li.on .des {
  display: block;
}
.aboutUs_con .aboutUs_gssm .gssm_con li.on {
  box-sizing: border-box;
  padding: 42px 56px;
  width: 71.25%;
}
/* .aboutUs_con .aboutUs_gssm .gssm_con .right {
  box-sizing: border-box;
  padding: 60px 0 0 70px;
  background-color: #052b5d;
  width: 28.75%;
  color: #fff;
  line-height: 44px;
  font-size: 30px;
} */

/* 客户服务 */
.customerService_top {
  background: url(../img/customerService_top.jpg) no-repeat top/cover;
}
.customerService_top .ny_nav_ul_li {
  width: calc(100% / 4);
}

.customerService_con .customerService_fwxx {
  box-sizing: border-box;
  /* height: 582px; */
  overflow: hidden;
  padding: 106px 0 82px 0;
}
.customerService_con .customerService_fwxx .fwxx_con {
  margin-top: 82px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customerService_con .customerService_fwxx .fwxx_con .item {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
.customerService_con .customerService_fwxx .fwxx_con .title {
  position: relative;
  cursor: pointer;
  display: block;
  height: 82px;
  line-height: 82px;
  font-size: 18px;
  color: #373737;
  text-align: center;
  background: linear-gradient(#fff 0%, #fff 70%, #e5e5e5 100%);
}
.customerService_con .customerService_fwxx .fwxx_con .title::before {
  content: "";
  position: absolute;
  display: block;
  width: 43px;
  height: 5px;
  background-color: #00b9ef;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.customerService_con .customerService_fwlc {
  box-sizing: border-box;
  padding-top: 160px;
  height: 748px;
  background: url(../img/serviceProcessBgi.jpg) no-repeat 63% top/cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.customerService_con .customerService_fwlc .fwlc_title {
  color: #fff;
}
.customerService_con .customerService_fwlc .fwlc_con {
  width: 509px;
  margin-top: 48px;
  margin-left: 46%;
}
.customerService_con .customerService_fwlc .fwlc_con .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.customerService_con .customerService_fwlc .fwlc_con .container .item {
  background-color: rgba(0, 0, 0, 0.25);
  width: 236px;
  height: 63px;
  font-size: 18px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 63px;
  margin-right: 28px;
  margin-bottom: 23px;
  border-radius: 10px;
  transition: all 0.25s;
}
.customerService_con
  .customerService_fwlc
  .fwlc_con
  .container
  .item:nth-child(2n) {
  margin-right: 0;
}
.customerService_con .customerService_fwlc .fwlc_con .container .item &gt; a {
  display: block;
  color: #fff;
}
.customerService_con .customerService_fwlc .fwlc_con .container .item:hover {
  background-color: #009ef7;
  color: #fff;
}
.customerService_con .customerService_fwmb {
  box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 100px;
  /* height: 720px; */
}
.customerService_con .customerService_fwmb .fwmb_con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 46px;
  justify-content: space-between;
}
.customerService_con .customerService_fwmb .fwmb_con &gt; div {
  position: relative;
  margin-bottom: 20px;
  width: 430px;
  height: 215px;
  border: 1px solid #2f549f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.customerService_con .customerService_fwmb .fwmb_con &gt; div &gt; img {
  width: 80px;
  height: 80px;
}
.customerService_con .customerService_fwmb .fwmb_con &gt; div .des {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: #333333;
}
.customerService_con .customerService_fwmb .fwmb_con &gt; div:first-child,
.customerService_con
  .customerService_fwmb
  .fwmb_con
  &gt; div:first-child
  .index_text {
  border-top-left-radius: 40px;
}
.customerService_con .customerService_fwmb .fwmb_con &gt; div:last-child,
.customerService_con
  .customerService_fwmb
  .fwmb_con
  &gt; div:last-child
  .index_text {
  border-bottom-right-radius: 40px;
}
.customerService_con .customerService_fwmb .fwmb_con &gt; div .index_text {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
  padding: 30px;
  text-align: left;
  background-color: rgba(47, 84, 159, 0.8);
}
.customerService_con .customerService_fwmb .fwmb_con &gt; div:hover .index_text {
  display: block;
}

/* 单页 */
.page_top {
  background: url(../img/page_top.jpg) no-repeat top/cover;
}

.page_nav {
  height: 61px;
  line-height: 61px;
  background-color: #efefef;
}
.page_nav img {
  margin-top: 22px;
  margin-right: 16px;
  float: left;
}
.page_nav span {
  display: block;
  float: left;
  color: #343434;
  font-size: 16px;
}
.page_nav span a {
  transition: all 0.25s;
}
.page_nav span a:hover {
  color: #009ef7;
}

.page_con {
  /* padding-top: 84px; */
  padding-bottom: 22px;
  background-color: #fff;
}
.page_con .title_container {
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.page_con .title_container .title {
  font-size: 30px;
  color: #353535;
  line-height: 86px;
  position: relative;
}
.page_con .title_container .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 174px;
  height: 3px;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  background-color: #00b9ef;
}
.page_con .con {
  line-height: 2;
  padding: 0px 92px 60px;
  border-bottom: 1px solid #ececec;
}
.page_con .print {
  line-height: 114px;
  text-align: center;
}
.page_con .print &gt; a {
  color: #3e3e3f;
  vertical-align: middle;
}
.page_con .print &gt; a:first-child {
  margin-right: 10px;
}

/* 列表 */
.list_top {
  background: url(../img/page_top.jpg) no-repeat top/cover;
}

.list_con {
  background-color: #fff;
  padding: 100px 0 56px;
}
.list_con .list_slide .hd {
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.list_con .list_slide .hd li {
  cursor: default;
  display: inline-block;
  text-align: center;
  width: 219px;
  height: 61px;
  line-height: 61px;
  font-size: 24px;
  transition: all 0.25s;
}
.list_con .list_slide .hd li a {
  transition: all 0.25s;
  background-color: #fff;
  color: #353535;
  display: block;
  width: 100%;
  height: 100%;
}
.list_con .list_slide .hd li.on a,
.list_con .list_slide .hd li:hover a {
  background-color: #00b9ef;
  color: #fff;
}
.list_con .list_slide .bd li {
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
  padding-left: 34px;
  padding-right: 84px;
  position: relative;
  clear: both;
}
.list_con .list_slide .bd li a {
  font-size: 18px;
  color: #353535;
  display: block;
  float: left;
  transition: all 0.5s;
  max-width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_con .list_slide .bd li a:hover {
  transform: translateX(6px);
  color: #009ef7;
}
.list_con .list_slide .bd li span {
  font-size: 16px;
  color: #747474;
  float: right;
}
.list_con .list_slide .bd li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #009ef7;
  position: absolute;
  left: 9px;
  top: 23px;
}
.list_con .list_slide .bd li:nth-child(5n) {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: 72px;
}
.list_con .list_slide .bd li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 52px;
}
.list_con .list_slide .bd .pagination {
  border-top: 1px solid #ececec;
  line-height: 200px;
  text-align: center;
  margin-top: 30px;
}
.list_con .list_slide .bd .pagination a {
  display: inline-block;
  /* float: left; */
  width: 33px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #888888;
  transition: all 0.25s;
  margin-right: 10px;
}
.list_con .list_slide .bd .pagination a.on,
.list_con .list_slide .bd .pagination a:hover {
  background-color: #00b9ef;
  border: 1px solid #00b9ef;
  color: #fff;
}
.list_con .list_slide .bd .pagination a:last-child {
  margin-right: 0;
}

/* 内容页 */
.content_con {
  padding-bottom: 40px;
  background-color: #fff;
}
.content_con .title_container {
  padding-top: 40px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.content_con .title_container .title {
  display: block;
  line-height: 108px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.content_con .title_container .letter_title {
  display: block;
  text-align: center;
  color: #6e6e6e;
  line-height: 70px;
}
.content_con .con_container .con {
  line-height: 2;
  padding: 40px 88px;
}
.content_con .con_container .con img{
  max-width: 100%;
  height: auto;
}
.content_con .con_container .prev_next {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.content_con .con_container .prev_next span {
  display: block;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_con .con_container .prev_next span.prev {
  float: left;
  margin-left: 40px;
}
.content_con .con_container .prev_next span.next {
  float: right;
  margin-right: 40px;
}
.content_con .con_container .prev_next span a {
  color: #333333;
  font-size: 14px;
  transition: all 0.25s;
}
.content_con .con_container .prev_next span a:hover {
  color: #009ef7;
}
.content_con .print {
  line-height: 114px;
  text-align: center;
}
.content_con .print &gt; a {
  color: #3e3e3f;
  vertical-align: middle;
}
.content_con .print &gt; a:first-child {
  margin-right: 10px;
}

/* 新闻中心 */
.news_slide {
  background-color: #fff;
}
.news_slide .tempWrap {
  width: 1600px !important;
  margin: 0 auto;
}

.newsCenter_top {
  background: url(../img/page_top.jpg) no-repeat top/cover;
}
.newsCenter_top .ny_nav_ul_li {
  width: calc(100% / 5);
}

.newsCenter_con .slide_item {
  padding: 100px 0 24px;
}
.newsCenter_con .slide_item .ny_block_title {
  display: block;
  margin-bottom: 40px;
}
.newsCenter_con .slide_item li {
  padding: 20px 108px 20px 8px;
  border-top: 1px solid #ececec;
  overflow: hidden;
}
.newsCenter_con .slide_item li&gt;a{
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
.newsCenter_con .slide_item li img {
  width: 302px;
  height: 200px;
  margin-right: 52px;
  float: left;
}
.newsCenter_con .slide_item li .con {
  width: calc(100% - 108px - 8px - 302px - 52px - 180px);
  float: left;
}
.newsCenter_con .slide_item li .con .title {
  font-weight: bold;
  /* line-height: 96px; */
  display: block;
  padding: 35px 0;
  color: #353535;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.25s;
}
.newsCenter_con .slide_item li .con:hover .title {
  color: #009ef7;
}
.newsCenter_con .slide_item li .con .des {
  font-size: 16px;
  line-height: 30px;
  color: #575757;
  max-height: 90px;
  overflow: hidden;
}
.newsCenter_con .slide_item li .time {
  /* margin-top: 52px; */
  float: right;
  /* margin-left: 180px; */
  width: 83px;
  height: 94px;
  border: 1px solid #e8e8e8;
}
.newsCenter_con .slide_item li .time .day {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 50px;
  color: #545454;
}
.newsCenter_con .slide_item li .time .year-month {
  display: block;
  background-color: #009ef7;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
}
.newsCenter_con .slide_item .pagination {
  border-top: 1px solid #ececec;
  line-height: 200px;
  text-align: center;
  /* margin-top: 30px; */
}
.newsCenter_con .slide_item .pagination a {
  display: inline-block;
  /* float: left; */
  width: 33px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #888888;
  transition: all 0.25s;
  margin-right: 10px;
}
.newsCenter_con .slide_item .pagination a.on,
.newsCenter_con .slide_item .pagination a:hover {
  background-color: #00b9ef;
  border: 1px solid #00b9ef;
  color: #fff;
}
.newsCenter_con .slide_item .pagination a:last-child {
  margin-right: 0;
}

/* 专题 */
header.zt_header {
  height: 347px;
  image-rendering: pixelated;
}
header.zt_header .top_container {
  box-sizing: border-box;
  position: relative;
  height: 288px;
  background: url(../img/yqaqbgi.jpg) no-repeat top/cover;
  padding-top: 12px;
  overflow: hidden;
}
header.cyys_header .top_container{
  background: url(../img/cyys_toppic.jpg) no-repeat top/cover;
}
header.zt_header .top_container .yqaql{
  margin-top: -12px;
  float: left;
}
header.zt_header .top_container .yqaqr{
  margin-top: -12px;
  float: right;
}
header.zt_header .top_container .zt_backlink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 133px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: all 0.25s;
}
header.zt_header .top_container .zt_backlink:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
header.zt_header .top_container .yqaqtitle{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
}
header.zt_header .top_container .yqaqtitle span{
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
header.zt_header .top_container .yqaqtitle i{
  font-style: normal;
  color: #ffde00;
}
header.zt_header .zt_nav {
  bottom: 0;
  height: 59px;
  box-sizing: border-box;
  padding: 16px 0;
  line-height: 27px;
  background-color: #084aa1;
}
header.zt_header .zt_nav ul li {
  text-align: center;
}
header.zt_header .zt_nav ul li a {
  display: block;
  border-right: 1px solid #2767bb;
  font-size: 24px;
  color: #fff;
}
header.zt_header .zt_nav ul li:last-child a {
  border: none;
}

header .zt-search{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 188px;
  border-radius: 12px;
}
header .zt-search input{
  display: block;
  box-sizing: border-box;
  padding: 0 135px 0 20px;
  border-radius: 12px;
  border: none;
  width: 400px;
  height: 44px;
  box-shadow: inset 1px 1px 2px #000;
}
header .zt-search button{
  border: none;
  outline: none;
  width: 104px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #084aa1;
  color: #fefeff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
}

footer.zt_footer {
  min-height: unset !important;
  padding: 40px 0;
  height: unset;
  background: #0e66c0;
}
footer.zt_footer .zt_phone {
  text-align: center;
}
footer.zt_footer .zt_phone img {
  max-width: 440px;
  width: calc(100% - 24px);
  margin: 0 12px 24px;
}
footer.zt_footer .zt_address {
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
}

main .zt_news {
  padding: 38px 0;
  overflow: hidden;
  background-color: #fff;
}
main .zt_news .zt_news_slide {
  /* height: 0.72vw; */
  /* max-height: 432px; */
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
main .zt_news .zt_news_slide .tempWrap {
  width: 100% !important;
}
main .zt_news .zt_news_slide .hd {
  z-index: 2;
  position: absolute;
  line-height: 40px;
  bottom: 0;
  right: 20px;
}
main .zt_news .zt_news_slide .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 4px;
}
main .zt_news .zt_news_slide .hd li.on {
  background-color: #fff000;
}
main .zt_news .zt_news_slide .bd li {
  position: relative;
}
main .zt_news .zt_news_slide .bd li span {
  display: block;
  box-sizing: border-box;
  height: 40px;
  padding-left: 20px;
  padding-right: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.4);
}
main .zt_news_list {
  padding-left: 20px;
}
main .zt_news_list .zt_news_list_top {
  line-height: 52px;
  padding-bottom: 12px;
  padding-right: 26px;
  border-bottom: 1px solid #d8d8d8;
}
main .zt_news_list .zt_news_list_top .title {
  font-size: 36px;
  color: #084aa1;
  font-weight: bold;
}
main .zt_news_list .zt_news_list_top .title img {
  margin-left: 20px;
  margin-right: 12px;
}
main .zt_news_list .zt_news_list_top .more {
  float: right;
  font-size: 14px;
  color: #333434;
}
main .zt_news_list_con {
  padding-top: 20px;
  padding-left: 18px;
}
main .zt_news_list_con li {
  line-height: 34px;
  overflow: hidden;
  position: relative;
}
main .zt_news_list_con li a {
  display: block;
  float: left;
  padding-left: 30px;
  color: #343434;
  font-size: 16px;
  transition: all 0.25s;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main .zt_news_list_con li a:hover {
  transform: translateX(6px);
  color: #009ef7;
}
main .zt_news_list_con li span {
  display: block;
  float: right;
  color: #343434;
  font-size: 14px;
}
main .zt_news_list_con li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0e66c0;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
main .zt_mid_news {
  background-color: #eeeeee;
  overflow: hidden;
  padding: 58px 0;
}
main .zt_aqln {
  padding: 56px 0 80px;
  background: url(../img/aqln.png) no-repeat left/cover;
  overflow: hidden;
}
main .zt_aqln .item {
  box-sizing: border-box;
  padding: 0 12px;
}
main .zt_aqln .aqln_title {
  height: 56px;
  background: url(../img/zttiitle_bgi.png) no-repeat center;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #084aa1;
  position: relative;
}
main .zt_aqln .aqln_des {
  line-height: 36px;
  margin-top: 40px;
  font-size: 16px;
  text-indent: 30px;
  color: #333434;
}
main .zt_aqln .HSE_title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #084aa1;
  margin-top: 44px;
  margin-bottom: 34px;
  padding-left: 20px;
  position: relative;
}
main .zt_aqln .HSE_title::before {
  content: url(../img/zt_titlebefore.png);
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
}
main .zt_aqln li {
  line-height: 34px;
  font-size: 16px;
  color: #333434;
  padding-left: 20px;
  position: relative;
}
main .zt_aqln li::before {
  content: "";
  display: block;
  background-color: #0e66c0;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 14px;
}
main .zt_aqvideo {
  padding: 52px 0 36px;
  background-color: #eeeeee;
  overflow: hidden;
}
main .zt_aqvideo .aqln_title {
  height: 56px;
  background: url(../img/zttiitle_bgi2.png) no-repeat center;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #084aa1;
}
main .zt_aqvideo .video_con {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .zt_aqvideo .video_con a {
  display: block;
}
main .zt_aqvideo .video_con a img {
  margin-bottom: 16px;
}
main .zt_aqvideo .video_con a span {
  display: block;
  box-sizing: border-box;
  max-width: 362px;
  padding: 0 20px;
  line-height: 30px;
  color: #272727;
  font-size: 18px;
  text-align: center;
}

/* 专题内容页 */
.zt_content_main {
  background-color: #fff;
  padding: 24px 0;
}
.zt_content_main .topic {
  padding-left: 64px;
  border-bottom: 1px solid #d8d8d8;
}
.zt_content_main .topic span {
  line-height: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #084aa1;
}
.zt_content_main .con .title {
  position: relative;
  text-align: center;
  padding: 38px 0px 0;
  margin: 0 26px;
  border-bottom: 1px solid #ececec;
}
.zt_content_main .con .title .des {
  display: block;
  padding: 32px 0;
  font-size: 24px;
  color: #363636;
}
.zt_content_main .con .title .time,
.zt_content_main .con .title .num {
  display: inline-block;
  line-height: 80px;
  font-size: 14px;
  color: #6e6e6e;
}
.zt_content_main .con .title .time i,
.zt_content_main .con .title .num i {
  font-style: normal;
}
.zt_content_main .con .title .time {
  margin-right: 24px;
}
.zt_content_main .con .title .option{
  position: absolute;
  right: 0;
  bottom: 16px;
}
.zt_content_main .con .con_con {
  line-height: 2;
  box-sizing: border-box;
  padding: 32px 110px;
}
.zt_content_main .con .print_close {
  line-height: 80px;
  box-sizing: border-box;
  margin: 0 24px;
  text-align: center;
  border-top: 1px solid #d8d8d8;
}
.zt_content_main .con .print_close .print {
  margin-right: 10px;
}

/* 专题列表页 */
.zt_list_main {
  background-color: #fff;
  padding: 24px 0;
}
.zt_list_main .topic {
  padding-left: 64px;
  border-bottom: 1px solid #d8d8d8;
}
.zt_list_main .topic span {
  line-height: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #084aa1;
}
.zt_list_main .con {
  padding-top: 20px;
}
.zt_list_main .con li {
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
  padding-left: 54px;
  padding-right: 42px;
  position: relative;
  clear: both;
}
.zt_list_main .con li a {
  font-size: 18px;
  color: #353535;
  display: block;
  float: left;
  transition: all 0.5s;
  max-width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zt_list_main .con li a:hover {
  transform: translateX(6px);
  color: #009ef7;
}
.zt_list_main .con li span {
  font-size: 16px;
  color: #747474;
  float: right;
}
.zt_list_main .con li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #009ef7;
  position: absolute;
  left: 29px;
  top: 23px;
}
.zt_list_main .con li:nth-child(5n) {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: 72px;
}
.zt_list_main .con .pagination {
  line-height: 90px;
  text-align: center;
  margin-top: 30px;
}
.zt_list_main .con .pagination a {
  display: inline-block;
  width: 33px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #888888;
  transition: all 0.25s;
  margin-right: 10px;
}
.zt_list_main .con .pagination a.on,
.zt_list_main .con .pagination a:hover {
  background-color: #00b9ef;
  border: 1px solid #00b9ef;
  color: #fff;
}
.zt_list_main .con .pagination a:last-child {
  margin-right: 0;
}

.list_top .ny_nav_ul_li {
  width: calc(100% / 4);
}

/* 右侧固定 */
.rightfixed img{ width: 65%; height: 100%;}
.rightfixed{ z-index: 999; position: fixed; right: 16px; top: 50%; transform: translate(0,-50%); text-align: center; line-height: 50px;}
.rightfixed&gt;div{ width: 50px; height: 50px; border-radius: 50%; border: 1px solid #ccc; background-color: #fff; margin-bottom: 4px; cursor: pointer; position: relative;}
.rightfixed i,.rightfixed a{ font-size: 28px; transition: all 0.3s; user-select: none; color: #868282;}
.rightfixed .totop i{ color: rgb(254, 103, 28);}
.rightfixed&gt;div:hover i,.rightfixed&gt;div:hover a{ color: #3c9748;}
.rightfixed&gt;div:hover .hoverout{ display: block}
.rightfixed .hoverout{ display: none; width: 178px; position: absolute; background-color: #fff; top: 0; left: -196px; border-width: 2px 1px 1px 1px; border-color: #3c9748 #ccc #ccc #ccc; border-style: solid;}
.rightfixed .call .hoverout{ width: 248px; left: -266px;}
.rightfixed .hoverout&gt;span{ display: block; font-size: 16px; text-align: center; line-height: 42px; border-bottom: 1px solid #ccc;}
.rightfixed .hoverout .con p,.rightfixed .hoverout .con span{ font-size: 14px; color: rgb(102, 102, 102); line-height: 24px;}
.rightfixed .hoverout .con img{ width: 72px; height: 72px; margin: 22px 0;}

.bszd{
  margin-bottom: 60px;
}
.bszd .bszd-title{
  display: block;
  margin: 0 auto 40px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 248px;
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #084aa0;
  color: #fff;
}
.bszd .bszd-con{
  display: flex;
  justify-content: space-between;
}
.bszd .bszd-con a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bszd .bszd-con a i{
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
.bszd .bszd-con a span{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #313921;
}
.bszd .bszd-con a img{
  transition: all 0.25s;
}
.bszd .bszd-con a:hover img{
  transform: rotateY(180deg);
}

/* 党群建设专题 */
.dqjsheader{
  /* height: 495px !important; */
}
.dqjsheader .zt_nav{
  background-color: #930207 !important;
}
.dqjsheader .zt_nav ul li a{
  border-right: 1px solid #c12a30 !important;
}
.dqjsheader .zt-search{
  /* top: 300px !important; */
}
.dqjsheader .zt-search button{
  top: 1px !important;
  height: 43px !important;
  background-color: #e74634 !important;
}
.dqjsmain .zt_news_list_con{
  padding-left: 0 !important;
}
.dqjsmain .zt_news_list_con li span{
  color: #999999;
}
.dqjsmain .zt_news_list_con li::before{
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
}
.dqjs_top{
  /* height: 436px !important; */
  background: url(../img/dqjsbgi.jpg) no-repeat top/cover !important;
}
.dqjs_footer{
  background: #950a0a !important;
}
.dqjsmain .zt_mid_news{
  background-color: #fff !important;
  padding: 0 !important;
}
.dqjsmain .zt_mid_news&gt;div{
  padding: 0 0 38px;
}
.dqjshot{
  padding-left: 10px;
  margin-bottom: 24px;
}
.dqjshot&gt;div{
  line-height: 36px;
  padding: 14px 0;
}
.dqjshot&gt;div&gt;a{
  font-size: 20px;
  font-weight: bold;
  color: #555555;
}
.dqjshot&gt;div&gt;span{
  float: right;
  color: #999999;
  display: block;
  font-size: 14px;
}
.dqjshot&gt;p{
  line-height: 24px;
  font-size: 16px;
  color: #999999;
}
.dqjslistmain .con .pagination a.on,
.dqjslistmain .con .pagination a:hover {
  background-color: #950a0a !important;
  border: 1px solid #950a0a !important;
}
.dqjsmain .zt_news_list .zt_news_list_top{
  line-height: 40px !important;
  padding-bottom: 0 !important;
  padding-right: 26px;
  overflow: hidden;
  background-color: #f6f6f6;
  border-bottom: none !important;
}
.dqjsmain .zt_news_list .zt_news_list_top .title{
  font-size: 20px !important;
  color: #fff !important;
  display: block;
  padding: 0 20px;
  font-weight: bold;
  background-color: #ca0d0d !important;
  float: left;
}
.dqjslistmain .topic span{
  color: #ca0d0d !important;
}
.dqjslistmain .con li::before{
  background-color: #ca0d0d !important;
}
.dqjslistmain .con li a:hover {
  color: #ca0d0d !important;
}
.dqjsmain .zt_news_list_con li a:hover {
  color: #ca0d0d !important;
}
.dqjscontentmain .topic span{
  color: #ca0d0d !important;
}
.dqjssearchmain .topic span{
  color: #ca0d0d !important;
}
.dqjssearchmain .con li::before{
  background-color: #ca0d0d !important;
}
.dqjssearchmain .con .pagination a.on, .dqjssearchmain .con .pagination a:hover{
  background-color: #950a0a;
  border: 1px solid #950a0a;
}
.dqjssearchmain .con li a:hover {
  color: #950a0a;
}
.zdydjyl&gt;div{
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
}
.zdydjyl&gt;div&gt;div{
  box-sizing: border-box;
  width: 120px;
  text-align: center;
  padding: 0 20px;
}
.zdydjyl&gt;div&gt;div&gt;span{
  position: relative;
  display: block;
  font-size: 20px;
  padding: 40px 20px;
  font-weight: bold;
  background-color: #019ef4;
  /* border: 4px solid black; */
  overflow: hidden;
  color: #fff;
  border-radius: 14px;
}
.zdydjyl&gt;div&gt;div&gt;span&gt;a{
  display: flex;
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  color: #fff;
}
.zdydjyl&gt;div&gt;div&gt;span:hover&gt;a{
  top: 0;
}
.zdydjyl&gt;div&gt;ul{
  width: calc(100% - 120px);
}</pre></body></html>